setStrokeStartCap

abstract fun setStrokeStartCap(block: DesignBlock, cap: StrokeCap)

Set the cap geometry at the start of an open stroked path. Pair with setStrokeEndCap to set each end independently; setStrokeCap remains as a both-ends shortcut.

Parameters

block

the block whose stroke cap should be set.

cap

the cap geometry to use at the path start.